* in `Cargo.toml` for the main crate version
* in `README.md` in the *Installing* section in case of major version bumps
-Then, run the publish jobs on the release commit. Main and -sys crate don't have
-to be released in lockstep. Then tag the commit as `ostree/x.y.z` and/or
-`ostree-sys/x.y.z`.
+ Then tag the commit as `ostree/x.y.z` and/or `ostree-sys/x.y.z`. This will run
+ the crates.io deployment jobs. Main and -sys crate don't have to be released in
+ lockstep.
## License
The `ostree` crate is licensed under the MIT license. See the LICENSE file for
[licensing information](https://ostree.readthedocs.io#licensing) for more
information.
-The libostree GIR file (`gir-files/OSTree-1.0.gir`) is derived from the
+The libostree GIR file (`gir-files/OSTree-1.0.gir`) is derived from the
libostree source code and is also licensed under the LGPL2+. A copy of the
LGPL version 2 is included in the LICENSE.LGPL2 file.
The remaining GIR files (`gir-files/*.gir`) are from the glib project and
are licensed under the LGPL2.1+. A copy of the LGPL version 2.1 is included
-in the LICENSE.LGPL2.1 file.
+in the LICENSE.LGPL2.1 file.